home *** CD-ROM | disk | FTP | other *** search
- object FrmKalender: TFrmKalender
- Left = 298
- Top = 128
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Stichtag ausw�hlen'
- ClientHeight = 155
- ClientWidth = 219
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnShow = updatecal
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 24
- Top = 0
- Width = 169
- Height = 16
- Alignment = taCenter
- AutoSize = False
- Caption = 'Label1'
- Color = clYellow
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- end
- object Calendar1: TCalendar
- Left = 0
- Top = 16
- Width = 217
- Height = 113
- StartOfWeek = 0
- TabOrder = 0
- OnChange = updatecal
- end
- object OK: TButton
- Left = 8
- Top = 136
- Width = 75
- Height = 17
- Caption = 'OK'
- TabOrder = 1
- OnClick = OKClick
- end
- object Abbrechen: TButton
- Left = 136
- Top = 136
- Width = 75
- Height = 17
- Caption = 'Abbrechen'
- TabOrder = 2
- OnClick = AbbrechenClick
- end
- object btnback: TButton
- Left = 0
- Top = 0
- Width = 25
- Height = 17
- Caption = '<'
- TabOrder = 3
- OnClick = btnbackClick
- end
- object btnforw: TButton
- Left = 192
- Top = 0
- Width = 25
- Height = 17
- Caption = '>'
- TabOrder = 4
- OnClick = btnforwClick
- end
- end
-